home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / docs110 / n8fow.nos < prev    next >
Text File  |  1994-02-23  |  39KB  |  1,298 lines

  1. #
  2. #    ***** Software development autoexec.nos file for n8fow.ampr.org *****
  3. #
  4. # *** Updated 2 February 1994 ***
  5. #                                   Ron N8FOW
  6. #
  7. #                                   AMPRNet : n8fow@n8fow.ampr.org
  8. #                                             n8fow@wsu.n8fow.ampr.org
  9. #                                   Internet: ron@chaos.eng.wayne.edu
  10. #
  11. #
  12. # This version is for WG7J NOS (JNOS) 1.10x?
  13. #
  14. # Commands that are commented out are either not compiled in the version of
  15. # NOS that I'm using, or they're not being used for various reasons.
  16. #
  17. # Some commands may not be available in certain versions of NOS.
  18. #
  19. #
  20. #------------------------------------------------------------------------------
  21. #
  22. #      --- Operating system parameters ---
  23. #
  24. # /* Memory */
  25. #
  26. # Log memory errors.
  27. #
  28. # memory debug on
  29. #
  30. # Set interupt buffer size and number of interupts.
  31. #      *** Make sure your ibufsize is larger than your mtu on packet
  32. #          driver interfaces.
  33. #
  34. memory ibufsize 2048
  35. memory nibufs 5
  36. #
  37. #
  38. # /* Multitask */
  39. #
  40. # Enable multitasking shell to keep NOS running when shelled out.
  41. #
  42. multitask on
  43. #
  44. #
  45. # /* Watchdog */
  46. #
  47. # Reboot the computer after 600 seconds if something internal to
  48. # NOS appears to be wrong.
  49. #
  50. watchdog on
  51. #
  52. #  These routines, plus the assembler hooks in stopwatch.asm, implement a
  53. #  general purpose "stopwatch" facility useful for timing the execution of
  54. #  code segments. The PC's "timer 2" channel (the one ordinarily
  55. #  used to drive the speaker) is used. It is driven with a 838 ns
  56. #  clock. The timer is 16 bits wide, so it "wraps around" in only 55 ms.
  57. #
  58. watch on
  59. #
  60. # /* AT/386 mode */
  61. #
  62. # Display or set the AT flag when an interface with an interrupt of 8 or
  63. # higher is used. This allows measurement of time in milliseconds, rather
  64. # than clock ticks (55 milliseconds per clock tick) to obtain a higher
  65. # resolution (8254 clock).
  66. #
  67. #     *** If IRQ < 8  then isat off   setvect(8+irq,handler)
  68. #         If IRQ < 16 then isat on    setvect(0x70 + irq - 8,handler)
  69. isat on
  70. #
  71. #------------------------------------------------------------------------------
  72. #
  73. #      --- Addresses, callsigns and hostname ---
  74. #
  75. #
  76. # /* Link Layer address */
  77. #
  78. ax25 mycall n8fow-4
  79. #
  80. #
  81. # /* Mailbox callsigns and aliases */
  82. #
  83. ax25 alias rsvip
  84. ax25 bbscall n8fow-1
  85. # ax25 ttycall n8fow
  86. #
  87. #
  88. # /* Network Layer address */
  89. #
  90. ip address 44.102.40.16
  91. #
  92. #
  93. hostname n8fow.ampr.org
  94. #
  95. #------------------------------------------------------------------------------
  96. #
  97. #      --- Attach ports ---
  98. #
  99. #
  100. # /* ASY interface */
  101. #
  102. # attach asy <address> <vector>[c] <mode> <label> <buffers> <mtu>
  103. #            <speed> [ip_addr] crv [f <fifo_trigger_level>]
  104. #
  105. #            address   -  I/O address  e.g., "0x3f8"
  106. #            vector[c] -  vector  e.g., "4"  The 'c' option is for chaining
  107. #                         interupts (shared interupts)
  108. #            mode      -  (see below)
  109. #            label     -  Interface label
  110. #            buffers   -  receiver ring buffer size in bytes
  111. #            mtu       -  maximum transmission unit, bytes
  112. #            speed     -  interface speed  e.g., "9600"
  113. #
  114. #            c  -  cts flow control  or  checksum used in polled kiss mode
  115. #            r  -  receive line signal detect (CD)
  116. #            v  -  Van Jacobson TCP header compression (SLIP)
  117. #            f  -  for forced use of the 16550 fifo's and
  118. #                  to set 16550 trigger level (1, 4, 8, or 14)
  119. #
  120. #      *** Maximum asynch ports allowed  =  5
  121. #          Current ASY supported speeds  =  300    1200    2400   4800    9600
  122. #                                           19200  38400   57600  115200
  123. #          Current ASY supported modes      SLIP   AX25    NRS    PPP     RAW
  124. #          (not available in all versions)  KISSUI KISSI   AX25UI AX25I   PKISS
  125. #                                           VJSLIP TNCSLIP
  126. #
  127. # 147.56 TCP/IP LAN  (COM1)
  128. #
  129. attach asy 0x3f8 4 ax25 ax0 512 256 19200 c
  130. #
  131. #
  132. # Test port          (COM3)
  133. #
  134. attach asy 0x3e8 2 ax25 ax1 1024 512 19200 f8
  135. #
  136. #
  137. # SLIP link to phone modem  (COM4)  /* RLSD line control */
  138. #
  139. # attach asy 0x2e8 5 ax25 modem 1024 512 2400 cr
  140. #
  141. #
  142. # TNCSLIP link to KISS TNC
  143. #
  144. #        *** Runs a SLIP link over a KISS TNC. There are NO AX.25 headers so
  145. #            no third-party traffic may be used over it while unattended and
  146. #            some sort of ID must be used.
  147. #
  148. #            This is also similar to the  ASY_PR.COM  packet driver which
  149. #            allows a dumb modem (like a 9600 modem) to be used on the serial
  150. #            port with no TNC. Also has NO AX.25 headers.
  151. #
  152. # attach asy 0x3e8 2 tncslip tncslip 2048 1500 9600
  153. #
  154. #
  155. # /* Packet driver interface */
  156. #
  157. # The packet drivers should conform to FTP Software's packet driver
  158. # specification. Various drivers used are for ethernet cards, slip8250,
  159. # the AX25 driver for using a Baycom modem with NOS, G8BPQ packet switch
  160. # nodedrv4 driver to allow NOS to run with the BPQ switch, and many others.
  161. #
  162. # attach packet <int#> <label> <buffers> <mtu> [ip_addr]
  163. #
  164. #            int#     -  software interrupt vector  e.g., 0x7e
  165. #            label    -  interface label
  166. #            buffers  -  maximum number of packets allowed on transmit queue
  167. #            mtu      -  maximum transmission unit, bytes
  168. #
  169. #      *** Maximum packet drivers  =  3
  170. #
  171. #          Packet driver network interface classes:
  172. #
  173. #       Class         Network Type
  174. #       -----         ------------
  175. #         1           DIX Ethernet
  176. #         2           ProNET-10 Token-Ring
  177. #         3           IEEE 802.5 Token-Ring
  178. #         4           Omninet
  179. #         5           Appletalk
  180. #         6           Serial Line IP (SLIP)
  181. #         7           StarLAN (Now subsumed by Ethernet)
  182. #         8           ArcNet
  183. #         9           AX.25
  184. #        10           KISS
  185. #        11           IEEE 802.3 with IEEE 802.2 headers
  186. #        12           FDDI with IEEE 802.2 headers
  187. #        13           Internet X.25
  188. #        14           N.T. LANSTAR
  189. #        15           MIT Serial Line Framing Protocol (SLFP)
  190. #        16           Point-to-Point Protocol (PPP)
  191. #
  192. #
  193. #          Packet driver network interface classes according to NOS:
  194. #
  195. #               NONE       ETHERNET     PRONET_10  IEEE8025      OMNINET
  196. #               APPLETALK  SERIAL_LINE  STARLAN    ARCNET        AX25
  197. #               KISS       IEEE8023     FDDI       INTERNET_X25  LANSTAR
  198. #               SLFP       NETROM       PPP        NCLASS
  199. #  (MSDOS)  ->  TC500      PC2000       WD8003     PC8250        ANYTYPE
  200. #
  201. #
  202. # Baycom modem   (1200 bps)
  203. #
  204. # attach packet 0x60 ax0 5 256
  205. #
  206. #
  207. # Asy_PR driver  (high speed async - default is 9600 bps)
  208. #
  209. #      *** This driver does NO AX.25. You must have a way to ID your station.
  210. #
  211. # attach packet 0x60 asy 5 1500
  212. #
  213. #
  214. # Ethernet card  (10 Mbs)
  215. #
  216. # attach packet 0x7e ec0 8 1500
  217. #
  218. #
  219. # /* BPQ Hostmode interface */
  220. #
  221. #     attach bpq init <vec> <stream>
  222. #         Used to initilize the bpqhost interface.
  223. #           vec     interrupt vector in hex of the bpq_host code normally 0x7f.
  224. #                   must be the same as defined in bpqcfg.txt.
  225. #           stream  bpq_host stream number used by nos. must be between
  226. #                   1 and 64 and not used by any other program. nos uses
  227. #                   only one stream for all interfaces attached to bpq_host.
  228. #
  229. #     attach bpq <vec> <stream> <port> <label> [mtu [callsign]]
  230. #         Used to attach an interface to the bpq node.
  231. #           port    bpq radio port number as defined in bpqcfg.txt
  232. #           label   name of this interface.
  233. #           mtu     paclen for this interface. if not given set to
  234. #                   AX25 Paclen.
  235. #           callsign call used for this interface. if not given set to
  236. #                   AX25 Mycall.
  237. #
  238. # attach bpq init 0x7f 1
  239. # attach bpq 0x7f 1 1 ax1 256
  240. #
  241. #
  242. # /* POLLED KISS mode interface */
  243. #
  244. #      Polled KISS (ala G8BPQ) is now supported. When attaching the serial port
  245. #      use the mode 'pkiss' instead of 'ax25'. This becomes port 0. Then for
  246. #      all other tnc's on the same serial port, add an additional 'attach
  247. #      kiss' command. Eg. to attach 3 polled kiss tnc's(#0,2,11) at 9600bd:
  248. #
  249. # attach asy 3f8 4 pkiss ax0 1024 256 9600
  250. # attach kiss p0 2 ax1
  251. # attach kiss p0 11 ax2
  252. #
  253. #      The poll-intervall is calculated according to the asy interface mtu and
  254. #      the speed, with some overhead. This is the frequency in wich the list of
  255. #      tnc's is polled. Thus the frequency for each tnc is the interval *
  256. #      number - of-tnc's...
  257. #
  258. #      interval = 0.15 + ((10 * mtu) / speed ) seconds
  259. #      poll-time = interval * #-of-tnc's
  260. #
  261. #      (Eg. for 9600bd with mtu=256 , interval = 0.416 sec; rounded up to the
  262. #       nearest system clock tick gives 440ms; thus poll-time for each tnc is
  263. #       about 1.5 seconds)
  264. #
  265. #------------------------------------------------------------------------------
  266. #
  267. #      --- TNC initialization and parameters ---
  268. #
  269. # /* Interface initialization */
  270. #
  271. # Put TNC's in KISS mode if it isn't already. Since TNC's seem to use different
  272. # commands, I list different combinations that can be used.
  273. #
  274. # dialer ax0 /scripts/kisson.dia
  275. # dialer ax1 /scripts/kisson.dia
  276. # dialer modem /scripts/modem.dia
  277. # dialer modem 600 /scripts/raise /scripts/drop /scripts/ring
  278. #
  279. # comm ax0 "*\r"
  280. # comm ax0 "*\r"
  281. # comm ax0 "*\r"
  282. # comm ax0 "\r"
  283. comm ax0 "kiss on\r"
  284. # comm ax0 "kissm\r"
  285. # comm ax0 "interface kiss\r"
  286. comm ax0 "restart\r"
  287. # comm ax0 "reset\r"
  288. #
  289. # comm ax1 "*\r"
  290. # comm ax1 "*\r"
  291. # comm ax1 "*\r"
  292. # comm ax1 "\r"
  293. comm ax1 "kiss on\r"
  294. # comm ax1 "kissm\r"
  295. # comm ax1 "interface kiss\r"
  296. comm ax1 "restart\r"
  297. # comm ax1 "reset\r"
  298. #
  299. # comm modem "atz\r"
  300. #
  301. # /* Interface parameters */
  302. #
  303. #      Syntax:  param <iface> <number|name> <value>
  304. #
  305. #     Number     Name
  306. #     ------     ----
  307. #       0    ->  Data
  308. #       1    ->  TxDelay
  309. #       2    ->  Persist
  310. #       3    ->  SlotTime
  311. #       4    ->  TxTail
  312. #       5    ->  FullDup
  313. #       6    ->  Hardware
  314. #       7    ->  TxMute
  315. #       8    ->  DTR
  316. #       9    ->  RTS
  317. #       10   ->  Speed
  318. #       11   ->  EndDelay
  319. #       12   ->  Group
  320. #       13   ->  Idle
  321. #       14   ->  Min
  322. #       15   ->  MaxKey
  323. #       16   ->  Wait
  324. #       0x81 ->  Down
  325. #       0x82 ->  Up
  326. #       0x83 ->  Blind
  327. #       0xfe ->  Return2
  328. #       0xff ->  Return
  329. #
  330. #      *** Comment out the  param  lines if using a packet driver interface.
  331. #
  332. #   For standard KISS ROM's TxDelay = Value of Txdelay
  333. #   For KISS56 ROM's TxDelay needs to be 4 times the required value. So for
  334. #       a TxDelay of 15 (150 ms) the value needs to be set to  60.
  335. #       TxTail should also be set too.
  336. #
  337. param ax0 TxDelay 15
  338. param ax0 Persist 50
  339. param ax0 SlotTime 20
  340. param ax0 TxTail 10
  341. param ax0 FullDup 0
  342. param ax0 DTR 1
  343. param ax0 RTS 1
  344. #
  345. param ax1 TxDelay 12
  346. param ax1 Persist 200
  347. param ax1 SlotTime 3
  348. param ax1 FullDup 0
  349. param ax1 DTR 1
  350. param ax1 RTS 1
  351. #
  352. #------------------------------------------------------------------------------
  353. #
  354. #      --- TCP parameters ---
  355. #
  356. # /* Transmission Control Protocol (TCP) */
  357. #
  358. #
  359. # Maximum Segment Size (usually about 40 bytes less then MTU)
  360. #      The following are fine for 1200, but they stink at 9600. 
  361. #      Still testing things anyways.
  362. #
  363. tcp mss 216
  364. #
  365. # Window (usually 2* MSS)
  366. #
  367. tcp window 432
  368. #
  369. # Timing parameters
  370. #
  371. #      timertype = [linear|exponential]
  372. #
  373. tcp blimit 20
  374. tcp irtt 5000
  375. tcp retries 32
  376. tcp timertype linear
  377. tcp trace off
  378. #
  379. #
  380. # TCP syn+data piggybacking.  Some TCP implementations do not work correctly
  381. # with this on.
  382. #
  383. tcp syndata off
  384. #
  385. #
  386. # /* TCP access */
  387. #
  388. #  Used to restrict access to various port numbers on our system. To restrict
  389. #  vaious IP port numbers from actually passing through our system use the
  390. #  IP ACCESS command.
  391. #
  392. #      Syntax: tcp access <state> <dest>[/<bits>] [lowport] [highport]
  393. #
  394. #  state=  {permit|deny|delete}
  395. #  dest  = Destination IP address (or "any")
  396. #
  397. # tcp access deny all 5000 5000
  398. # tcp access permit 44.102.40.18 5000 5000
  399. # tcp access permit 44.102.40.24 5000 5000
  400. # tcp access permit all ax0
  401. # tcp access permit all ax1
  402. #
  403. #------------------------------------------------------------------------------
  404. #
  405. #      --- IP parameters ---
  406. #
  407. # /* Internet Protocol (IP) */
  408. #
  409. # Turn on IP heard list and set the number of stations in the heard list.
  410. #
  411. ip hport ax0 on
  412. ip hport ax1 on
  413. ip hsize 15
  414. #
  415. ip rtimer 30
  416. ip ttl 32
  417. #
  418. #------------------------------------------------------------------------------
  419. #
  420. #      --- Domain ---
  421. #
  422. # Since the AMPRNet <> Internet gateway uses the 'world wide' AMPR domain
  423. # server, we use this along with another internet DNS.
  424. #
  425. #      *** Currently supported type of domain records:
  426. #
  427. #          A      ->  Host address
  428. #          NS     ->  Name server
  429. #          MD     ->  Mail destination (obsolete)
  430. #          MF     ->  Mail forwarder (obsolete)
  431. #          CNAME  ->  Canonical name
  432. #          SOA    ->  Start of Authority
  433. #          MB     ->  Mailbox name (experimental)
  434. #          MG     ->  Mail group member (experimental)
  435. #          MR     ->  Mail rename name (experimental)
  436. #          NULL   ->  Null (experimental)
  437. #          WKS    ->  Well-known sockets
  438. #          PTR    ->  Pointer record
  439. #          HINFO  ->  Host information
  440. #          MINFO  ->  Mailbox information (experimental)
  441. #          MX     ->  Mail exchanger
  442. #          TXT    ->  Text strings
  443. #          AXFR   ->  Transfer zone of authority
  444. #          MAILB  ->  Transfer mailbox records
  445. #          MAILA  ->  Transfer mail agent records
  446. #          ANY    ->  Matches any type
  447. #
  448. # domain dns on
  449. domain maxwait 240
  450. domain retry 7
  451. domain cache wait 1800
  452. domain subnet off
  453. domain suffix ampr.org.
  454. domain trace off
  455. domain translate off
  456. domain verbose off
  457. # domain addserver 128.54.16.1
  458. domain addserver 44.102.48.1
  459. domain addserver 141.217.1.13
  460. #
  461. #------------------------------------------------------------------------------
  462. #
  463. #      --- Routing ---
  464. #
  465. # /* Route */
  466. #
  467. #      Syntax: route [<add> | <addprivate>] <destination>[/<bits>] <iface>
  468. #                    [<gateway> |direct [metric]]]
  469. #
  470. # Load in manual routes that are different.
  471. #
  472. source /etc/nodes.rou
  473. #
  474. #
  475. #  *** Ohio stations
  476. #
  477. route addprivate 44.70.16.0/24 ax0 44.102.48.8
  478. route addprivate 44.70.160.0/24 ax0 44.102.48.8
  479. route addprivate 44.70.161.0/24 ax0 44.102.48.8
  480. route addprivate 44.70.162.0/24 ax0 44.102.48.8
  481. route addprivate 44.70.163.0/24 ax0 44.102.48.8
  482. route addprivate 44.70.164.0/24 ax0 44.102.48.8
  483. route addprivate 44.70.165.0/24 ax0 44.102.48.8
  484. route addprivate 44.70.176.0/24 ax0 44.102.48.8
  485. #
  486. #
  487. #  *** Windsor, Ontario Canada area stations
  488. #
  489. route addprivate 44.135.83.0/24 ax0 44.102.48.8
  490. #
  491. #
  492. #  *** Michigan subnets
  493. #
  494. route addprivate 44.102.0.0/24 ax0 44.102.48.8
  495. route addprivate 44.102.1.0/24 ax0 44.102.48.8
  496. route addprivate 44.102.2.0/24 ax0 44.102.48.8
  497. route addprivate 44.102.3.0/24 ax0 44.102.48.8
  498. route addprivate 44.102.4.0/24 ax0 44.102.48.8
  499. route addprivate 44.102.5.0/24 ax0 44.102.48.8
  500. route addprivate 44.102.6.0/24 ax0 44.102.48.8
  501. route addprivate 44.102.7.0/24 ax0 44.102.48.8
  502. route addprivate 44.102.8.0/24 ax0 44.102.48.8
  503. route addprivate 44.102.9.0/24 ax0 44.102.48.8
  504. route addprivate 44.102.10.0/24 ax0 44.102.48.8
  505. route addprivate 44.102.11.0/24 ax0 44.102.48.8
  506. route addprivate 44.102.12.0/24 ax0 44.102.48.8
  507. route addprivate 44.102.13.0/24 ax0 44.102.48.8
  508. route addprivate 44.102.14.0/24 ax0 44.102.48.8
  509. route addprivate 44.102.14.0/24 ax0 44.102.48.8
  510. route addprivate 44.102.16.0/24 ax0 44.102.48.8
  511. route addprivate 44.102.17.0/24 ax0 44.102.48.8
  512. route addprivate 44.102.18.0/24 ax0 44.102.48.8
  513. route addprivate 44.102.19.0/24 ax0 44.102.48.8
  514. route addprivate 44.102.20.0/24 ax0 44.102.48.8
  515. route addprivate 44.102.21.0/24 ax0 44.102.48.8
  516. route addprivate 44.102.22.0/24 ax0 44.102.48.8
  517. route addprivate 44.102.23.0/24 ax0 44.102.48.8
  518. route addprivate 44.102.24.0/24 ax0 44.102.48.8
  519. route addprivate 44.102.25.0/24 ax0 44.102.48.8
  520. route addprivate 44.102.26.0/24 ax0 44.102.48.8
  521. route addprivate 44.102.27.0/24 ax0 44.102.48.8
  522. route addprivate 44.102.28.0/24 ax0 44.102.48.8
  523. route addprivate 44.102.29.0/24 ax0 44.102.48.8
  524. route addprivate 44.102.30.0/24 ax0 44.102.48.8
  525. route addprivate 44.102.31.0/24 ax0 44.102.48.8
  526. route addprivate 44.102.32.0/24 ax0 44.102.48.8
  527. route addprivate 44.102.33.0/24 ax0 44.102.48.8
  528. route addprivate 44.102.34.0/24 ax0 44.102.48.8
  529. route addprivate 44.102.35.0/24 ax0 44.102.48.8
  530. route addprivate 44.102.36.0/24 ax0 44.102.48.8
  531. route addprivate 44.102.37.0/24 ax0 44.102.48.8
  532. route addprivate 44.102.38.0/24 ax0 44.102.48.8
  533. route addprivate 44.102.39.0/24 ax0 44.102.48.8
  534. route addprivate 44.102.40.0/24 ax0
  535. route addprivate 44.102.41.0/24 ax0
  536. route addprivate 44.102.42.0/24 ax0
  537. route addprivate 44.102.43.0/24 ax0
  538. route addprivate 44.102.44.0/24 ax0
  539. route addprivate 44.102.45.0/24 ax0
  540. route addprivate 44.102.46.0/24 ax0
  541. route addprivate 44.102.47.0/24 ax0
  542. route addprivate 44.102.48.0/24 ax0 44.102.48.8
  543. route addprivate 44.102.49.0/24 ax0 44.102.48.8
  544. route addprivate 44.102.50.0/24 ax0 44.102.48.8
  545. route addprivate 44.102.51.0/24 ax0 44.102.48.8
  546. route addprivate 44.102.52.0/24 ax0 44.102.48.8
  547. route addprivate 44.102.53.0/24 ax0 44.102.48.8
  548. route addprivate 44.102.54.0/24 ax0 44.102.48.8
  549. route addprivate 44.102.55.0/24 ax0 44.102.48.8
  550. route addprivate 44.102.56.0/24 ax0 44.102.48.8
  551. route addprivate 44.102.57.0/24 ax0 44.102.48.8
  552. route addprivate 44.102.58.0/24 ax0 44.102.48.8
  553. route addprivate 44.102.59.0/24 ax0 44.102.48.8
  554. route addprivate 44.102.60.0/24 ax0 44.102.48.8
  555. route addprivate 44.102.61.0/24 ax0 44.102.48.8
  556. route addprivate 44.102.62.0/24 ax0 44.102.48.8
  557. route addprivate 44.102.63.0/24 ax0 44.102.48.8
  558. #
  559. #
  560. #  *** Guest address's go direct out the radio port
  561. #
  562. route add 44.128.0.0/16 ax0
  563. #
  564. #
  565. # Set default route for all IP packets.
  566. #
  567. #      *** WSU is the AMPRNet <> internet gateway that has encapsulated
  568. #          IP routes to other subnets outside of 44.102/16. This way you
  569. #          can reach other TCP/IP networks that aren't local.
  570. #
  571. route addprivate 44.102.48.1 ax0 44.102.40.18
  572. route addprivate 44.102.48.2 ax0 44.102.40.18
  573. route addprivate default ax0 44.102.40.18
  574. #
  575. #
  576. # Route sorting
  577. #
  578. route sort yes
  579. #
  580. #------------------------------------------------------------------------------
  581. #
  582. #      --- ARP ---
  583. #
  584. # /* Address Resolution Protocol (ARP) */
  585. #
  586. #      *** Lifetime of a valid ARP entry  =  900 seconds
  587. #          Lifetime of a pending ARP entry  =  15 seconds
  588. #          Max number of datagrams in queue while pending a resoultion  =  5
  589. #
  590. #
  591. #      Supported types of hardware known to ARP
  592. #
  593. #           NETROM      0       /* Fake for NET/ROM (never actually sent) */
  594. #           ETHER       1       /* Assigned to 10 megabit Ethernet */
  595. #           EETHER      2       /* Assigned to experimental Ethernet */
  596. #           AX25        3       /* Assigned to AX.25 Level 2 */
  597. #           PRONET      4       /* Assigned to PROnet token ring */
  598. #           CHAOS       5       /* Assigned to Chaosnet */
  599. #           IEEE802     6       /* Who uses this? */
  600. #           ARCNET      7
  601. #           APPLETALK   8
  602. #
  603. # Set manual ARP table.
  604. #
  605. arp add 44.102.48.2 ax25 n8fow-9 ax1
  606. arp add 44.102.48.1 ax25 n8fow-10 ax0
  607. arp publish 44.102.40.17 ax25 n8fow-4 ax0
  608. arp publish 44.102.40.16 ax25 n8fow-3 ax1
  609. #
  610. # Load in manual ARP table (except the broadcast address -  QST-0).
  611. #
  612. source /etc/nodes.arp
  613. #
  614. # ARP eavesdrop parameters.
  615. #
  616. arp eaves ax0 on
  617. arp eaves ax1 on
  618. arp maxq 5
  619. arp poll ax0
  620. arp poll ax1
  621. arp sort yes
  622. #
  623. #
  624. # /* Autorouter */
  625. #
  626. #      *** Since it likes to override my manual routes, I'm not running
  627. #          it unless I'm actually attending the station.
  628. #
  629. # autoroute off
  630. #
  631. #------------------------------------------------------------------------------
  632. #
  633. #      --- ICMP ---
  634. #
  635. # /* Internet Control Message Protocol */
  636. #
  637. icmp echo on
  638. icmp quench off
  639. #
  640. #------------------------------------------------------------------------------
  641. #
  642. #      --- Ports configuration ---
  643. #
  644. # /* Interface configuration */
  645. #
  646. #       *** For netmask to work we need some kind of subnetting.
  647. #
  648. #            Ex: For a repeater subnet as 44.102.48.0/24 the default
  649. #                port is the ip router/gateway and the netmask is
  650. #                0xffffff00 (255.255.255.0) so all connects to the
  651. #                subnet will go direct.
  652. #
  653. #
  654. #     Interface flags (as shown with 'ifconfig' command):
  655. #
  656. #              1    /* Send datagrams in connected mode */
  657. #              2    /* Activated for NET/ROM */
  658. #              4    /* NET/ROM broadcast is verbose */
  659. #              8    /* Activated for conference call access */
  660. #             16    /* Send AX.25 beacons */
  661. #             32    /* Send MAIL beacons */
  662. #             64    /* Don't show port in mbox P command */
  663. #            128    /* Disallow digipeating */
  664. #
  665. ifconfig ax1 ipaddress 44.102.40.17
  666. ifconfig ax1 bbscall n8fow-1
  667. ifconfig ax1 linkaddress n8fow-3
  668. ifconfig ax1 description "441.075/446.075 9600 repeater - Macomb County TCP/IP LAN"
  669. ifconfig ax1 mtu 552
  670. ifconfig ax1 encap ax25
  671. ifconfig ax1 paclen 256
  672. #
  673. # Subnet 44.102.40.0/24
  674. #
  675. # ifconfig ax1 netmask 0xffffff00
  676. #
  677. #
  678. ifconfig ax0 ipaddress 44.102.40.16
  679. ifconfig ax0 bbscall n8fow-1
  680. ifconfig ax0 linkaddress n8fow-4
  681. ifconfig ax0 description "147.56 MHz 1200 simplex - Michigan TCP/IP"
  682. ifconfig ax0 mtu 256
  683. ifconfig ax0 encap ax25
  684. ifconfig ax0 paclen 256
  685. #
  686. #
  687. # ifconfig modem description "Telephone modem. Use DX or UX for XMODEM transfers."
  688. #
  689. #
  690. # /* Broadcast */
  691. #
  692. # Sets the broadcast address and port for routing protocols.
  693. #
  694. ifconfig ax0 broadcast 44.255.255.255
  695. ifconfig ax1 broadcast 44.102.40.255
  696. arp add 44.255.255.255 ax25 QST-0 ax0
  697. #
  698. #
  699. # AX25 UA (unconnected) frames rather than I (virtual circuit - vc) frames.
  700. #
  701. mode ax0 datagram
  702. mode ax1 datagram
  703. #
  704. #------------------------------------------------------------------------------
  705. #
  706. #      --- Start Servers ---
  707. #
  708. # /* Protocol */
  709. #
  710. # Server   Port  Protocol   Definition
  711. # ------   ----  --------   ----------
  712. #  ip      0       IP       # internet protocol, pseudo protocol number
  713. #  icmp    1       ICMP     # internet control message protocol
  714. #  tcp     6       TCP      # transmission control protocol
  715. #  udp     17      UDP      # user datagram protocol
  716. #  rspf    73      IP       # Radio Shortest Path First protocol
  717. #  ax25    93      IP       # AX25 inside IP according to RFC# 1226
  718. #  ipip    94      IP       # IP inside IP  (encap)
  719. #
  720. #
  721. # /* Services */
  722. #
  723. #      *** Hopefully this follows the /etc/services format on Unix systems.
  724. #
  725. # Server         Port/Protocol   Definition
  726. # ------         ---- --------   ----------
  727. # echo              7/tcp      # Echo data port
  728. # discard           9/tcp      # Discard data port
  729. # ftpd             20/tcp      # File Transfer Protocol Data port
  730. # ftp              21/tcp      # File Transfer Protocol control port
  731. # telnet           23/tcp      # Telnet port (default to mailbox)
  732. # smtp             25/tcp      # Mail port (Simple Mail Transfer Protocol)
  733. # time             37/tcp      # Time protocol
  734. # dns              53/udp      # Domain Name Server
  735. # mtp              57/tcp      # Secondary telnet port
  736. # bootps           67/udp      # Bootp server (Bootstrap Protocol Server)
  737. # bootpc           68/udp      # Bootp client (Bootstrap Protocol Client)
  738. # tftp             69/udp      # Trivial File Transfer Protocol
  739. # gopher           70/tcp      # Gopher server
  740. # finger           79/tcp      # Finger lookup service
  741. # ttylink          87/tcp      # Chat port (TTYLINK/Chat to local keyboard)
  742. # pop2            109/tcp      # Pop port (Post Office Protocol 2)
  743. # pop3            110/tcp      # Pop port (Post Office Protocol 3)
  744. # nntp            119/tcp      # Netnews port (Network News Transport Protocol)
  745. # ntp             123/udp      # Network Time protocol
  746. # rcmd            333/tcp      # Remote Command server
  747. # rlogin          513/tcp      # Remote Login
  748. # rwho            513/udp      # Who daemon (Remote who)
  749. # rsh             514/tcp      # Remote shell
  750. # lpd             515/tcp      # Line printer
  751. # rip             520/udp      # Routing information protocol
  752. # timed           525/udp      # Time Daemon (Unix time protocol)
  753. # remote         1234/udp      # Remote (remote exit|kick|reset)
  754. # calldb         1235/tcp      # Callbook server
  755. # convers        3600/tcp      # Convers (conference roundtable node)
  756. # xconvers       3601/tcp      # LZW Convers (LZW compressed link)
  757. # term           5000/tcp      # Serial interface server port
  758. # bsr            5000/udp      # BSR X10 interface server port
  759. # fax            5001/tcp      # Fax interface
  760. #
  761. #
  762. # Enabled                Disabled
  763. # -------                --------
  764. #
  765.                      #  start ax25
  766.                      #  start bsr modem
  767.                      #  start callbook
  768.                      #  start convers
  769.                      #  start discard
  770.                      #  start echo
  771. start finger
  772. start ftp
  773.                      #  start gopher
  774.                      #  start lpd
  775.                      #  start netrom
  776.                      #  start nntp
  777.                      #  start pop2
  778.                      #  start pop3
  779. start remote
  780.                      #  start rip
  781. start smtp
  782. start telnet
  783.                      #  start term
  784.                      #  start tip ax1 modem 600
  785.                      #  start tip modem modem 600
  786.                      #  start tip modem terminal 1800
  787.                      #  start time
  788. start ttylink
  789. #
  790. #
  791. #      *** Not a TCP/IP server but it has to be started anyways.
  792. #
  793.                      #  start forward
  794. #
  795. #------------------------------------------------------------------------------
  796. #
  797. #      --- AX25 parameters ---     Who cares! (N8FOW)
  798. #
  799. # Parameters that I'm trying out.
  800. #
  801. ax25 digipeat ax0 off
  802. ax25 digipeat ax1 off
  803. ax25 version 2
  804. ax25 maxframe 2
  805. ax25 retry 15
  806. ax25 blimit 20
  807. ax25 timertype linear
  808. #
  809. #
  810. #      *** AX.25 connection mailbox access:
  811. #
  812. #                noax25    - NO AX.25 connects allowed
  813. #                bbsonly   - Only users with IS_BBS bit allowed
  814. #                usersonly - Users only (no IS_BBS users allowed)
  815. #                sysoponly - Sysop's only are allowed
  816. #
  817. mbox sysoponly ax0 on
  818. mbox sysoponly ax1 on
  819. #
  820. # Turn on AX25 heard list and the number of calls in the total list (every
  821. # interface).
  822. #
  823. #      0  -  source enabled,  destination enabled
  824. #      1  -  source disabled, destination enabled
  825. #      2  -  source enabled,  destination disabled
  826. #      3  -  source disabled, destination disabled
  827. #
  828. # ax25 bcport ax1
  829. # ax25 bcinterval 120
  830. # ax25 bctext "9600 test port.  Dum de dum de dum..... testing..... La La La!!!"
  831. ax25 filter 2
  832. ax25 hport ax0 on
  833. ax25 hport ax1 on
  834. ax25 hsize 48
  835. #
  836. #
  837. # Parameters that Johan  WG7J is running.
  838. #
  839. # ax25 version 2
  840. # ax25 digipeat on
  841. # ax25 maxframe 1
  842. # ax25 paclen 256
  843. # ax25 retry 10
  844. # ax25 window 1024
  845. # ax25 irtt 4000
  846. # ax25 t3 0
  847. # ax25 t4 600
  848. #
  849. #------------------------------------------------------------------------------
  850. #
  851. #      --- Trace  ---
  852. #
  853. # /* Port tracing */
  854. #
  855. # Turn radio port tracing on. Hit the F9 key to see trace. Use STRACE OFF
  856. # to have the tracing go to the command screen (F10).
  857. #
  858. #      *** Currently supported AX.25 Level 3 Protocol IDs (PIDs)
  859. #          (RARP and FLEXNET use the same PID. Conflict problems exist)
  860. #
  861. #          X25         0x01  CCITT X.25 PLP
  862. #          SEGMENT     0x08  Segmentation fragment
  863. #          TEXNET      0xc3  TEXNET datagram protocol
  864. #          LQ          0xc4  Link quality protocol
  865. #          APPLETALK   0xca  Appletalk
  866. #          APPLEARP    0xcb  Appletalk ARP
  867. #          IP          0xcc  ARPA Internet Protocol
  868. #          ARP         0xcd  ARPA Address Resolution Protocol
  869. #          RARP        0xce  ARPA Reverse Address Resolution Protocol
  870. #                            FLEXNET
  871. #          NETROM      0xcf  NET/ROM
  872. #          NO_L3       0xf0  No level 3 protocol
  873. #
  874. #
  875. #      Syntax:  trace <iface> <[<[<b>]t>]io> [<filename>]
  876. #
  877. #            b  :  0 = broadcasts  1 = no broadcasts
  878. #            t  :  0 = headers     1 = ascii
  879. #                  2 = hex/ascii   3 = monitor
  880. #            i  :  0 = no input    1 = trace input
  881. #            o  :  0 = no output   1 = trace output
  882. #
  883. trace ax0 311
  884. trace ax1 311
  885. #
  886. #------------------------------------------------------------------------------
  887. #
  888. #      --- SMTP parameters ---    (Simple Mail Transfer Protocol)
  889. #
  890. # Send undeliverable mail to the AMPRNet <> Internet gateway to figure
  891. # out where to send it.
  892. #
  893. smtp gateway 44.102.48.1
  894. #
  895. smtp batch on
  896. smtp timer 1800
  897. smtp usemx off
  898. # smtp kick
  899. smtp quiet on
  900. #
  901. # SMTP timeout limit (in seconds). After timeout mail will be delivered to
  902. # the 'smtp gateway' station for delivery.
  903. #
  904. smtp t4 3600
  905. #
  906. # Disconnect SMTP session after half an hour of no activity.
  907. #
  908. smtp tdisc 1800
  909. #
  910. #
  911. # /* LZW Compression */
  912. #
  913. smtp reclzw on
  914. smtp sendlzw on
  915. lzw bits 16
  916. lzw mode compact
  917. #
  918. #------------------------------------------------------------------------------
  919. #
  920. #      --- POP parameters ---    (Post Office Protocol)
  921. #
  922. # I'm not running POP since I'm up 24 hours anyways and receive mail directly.
  923. #
  924. #
  925. # Syntax:  popmail addserver <mailserver> [<seconds>] [hh:mm-hh:mm] <protocol>
  926. #                            <mailbox> <username> <password>
  927. #
  928. # popmail addserver 44.102.48.2 pop3 n8fow <%login%> <%password%>
  929. #
  930. #  *** Uncomment out the next line to force a POP mail poll to the server.
  931. #
  932. # popmail kick 44.102.48.2
  933. # popmail lzw 1
  934. # popmail quiet off
  935. #
  936. #    Tracing levels:
  937. #         0 - no tracing
  938. #         1 - serious errors reported
  939. #         2 - transient errors reported
  940. #         3 - session progress reported
  941. #
  942. # pop trace 0
  943. #
  944. #------------------------------------------------------------------------------
  945. #
  946. #     --- Hopcheck ---            (traceroute)
  947. #
  948. #
  949. # hopcheck maxttl 30
  950. # hopcheck maxwait 30
  951. # hopcheck queries 5
  952. # hopcheck trace on
  953. #
  954. #------------------------------------------------------------------------------
  955. #
  956. #      --- RSPF parameters ---    (Radio Shortest Path First)
  957. #
  958. # I'm not running RSPF until the next version is released.
  959. #
  960. # rspf interface ax0 8 32
  961. # rspf maxping 3
  962. # rspf rrhtimer 900
  963. # rspf suspecttimer 2700
  964. # rspf timer 1800
  965. #
  966. #------------------------------------------------------------------------------
  967. #
  968. #      --- RIP parameters ---    (Routing Information Protocol)
  969. #
  970. # rip merge on
  971. # rip add 44.102.40.18 600 3
  972. # rip add 44.102.40.24 600 3
  973. # rip request 44.102.40.18
  974. # rip request 44.102.40.24
  975. # rip request kick
  976. # rip trace 2
  977. # rip ttl 1800
  978. # start rip
  979. # rip kick
  980. #
  981. #------------------------------------------------------------------------------
  982. #
  983. #      --- NNTP parameters ---    (Network News Transfer Protocol)
  984. #
  985. # /* Server */
  986. #
  987. # Personal information.
  988. #
  989. # nntp profile fullname "Ron Atkinson - N8FOW"
  990. # nntp profile host n8fow.ampr.org
  991. # nntp profile organ "Michigan AMPRNet - TCP/IP"
  992. # nntp profile reply <n8fow@n8fow.ampr.org>
  993. # nntp profile sig /spool/signatur/n8fow.sig
  994. # nntp profile user n8fow
  995. #
  996. # Other NNTP servers and the groups that I want to receive and send to them.
  997. #
  998. # nntp add 44.102.48.1 0 ampr.general ampr.test epa rec.radio.info
  999. # nntp add 44.102.40.18 0 nos-bbs minews ampr.general ampr.test
  1000. # nntp add 44.32.0.2 14400 ampr* rec.radio.amateur.packet rec.radio.amateur.policy
  1001. # nntp add 141.217.16.41 45000 rec.radio.amateur.packet rec.radio.amateur.policy
  1002. # nntp add 44.80.8.75 21600 arl_qst arl_dx arl_prop atldiv epa skywarn
  1003. #
  1004. #      IHAVE 0  =  Don't send the polled station new news
  1005. #      IHAVE 1  =  Send the polled station only newsgroups that was requested
  1006. #      IHAVE 2  =  Send the polled station all newsgroups with new news
  1007. #
  1008. # nntp ihave 1
  1009. # nntp quiet 2
  1010. # nntp lzw off
  1011. #
  1012. #
  1013. # /* Client */
  1014. #
  1015. # nntp add 44.102.48.1 0
  1016. # nntp groups rec.radio.info ampr.general ampr.test list.nos-bbs list.tcp-group rec.radio.amateur.packet
  1017. #
  1018. #      *** If off and your screen gets full with new news and the -more-
  1019. #          prompt comes up, then your system will stop working until the
  1020. #          -more- prompt is removed (hit the space bar). Turn on the quiet
  1021. #          to make sure the system stays up and continues to work.
  1022. #
  1023. #
  1024. #      NNTP tracing codes
  1025. #      ------------------
  1026. #      0  -  No tracing
  1027. #      1  -  Serious errors reported
  1028. #      2  -  Transient errors reported
  1029. #      3  -  Session progress reported
  1030. #      4  -  Complete article text reported (this is excessive)
  1031. #
  1032. # nntp quiet on
  1033. # nntp trace 0
  1034. #
  1035. #------------------------------------------------------------------------------
  1036. #
  1037. #     --- Convers node ---
  1038. #
  1039. # Allow convers linking from these IP addresses
  1040. #
  1041. # convers filter mode accept
  1042. #
  1043. # convers filter 44.102.40.16
  1044. # convers filter 44.102.40.17
  1045. # convers filter 44.102.40.18
  1046. # convers filter 44.102.40.24
  1047. # convers filter 44.102.48.2
  1048. # convers filter 44.102.48.1
  1049. #
  1050. #
  1051. # convers hostname Roseville
  1052. # convers interface ax0 on
  1053. # convers interface ax1 on
  1054. # convers mycall rsvqso
  1055. #
  1056. #
  1057. # Establish convers link and various timers and outstanding transmit queue.
  1058. #
  1059. # convers link 44.102.48.2
  1060. # convers hmaxq 5120
  1061. # convers umaxq 3178
  1062. # convers maxwait 180
  1063. # convers t4 7200
  1064. #
  1065. #------------------------------------------------------------------------------
  1066. #
  1067. #      --- Messages of the day ---
  1068. #
  1069. #      *** As of 1.07b      'mbox motd' moved to (default) /spool/motd.txt
  1070. #                           'fmotd' moved to (default) /spool/ftpmotd.txt
  1071. #
  1072. motd "N8FOW's TCP/IP system in Roseville, Michigan.\n\n\n"
  1073. mbox tmsg "Use your callsign for the login.\n"
  1074. #
  1075. #------------------------------------------------------------------------------
  1076. #
  1077. #      --- Mailbox ---
  1078. #
  1079. # Forwarding information for R: line compatibility.
  1080. #   
  1081. #       *** I flip the 'qth' and 'fwdinfo' since the 'fwdinfo' is put 
  1082. #           inside of brackets  (ex: [Roseville] ) and the WP server
  1083. #           uses this as the QTH rather than the 'fwdinfo'.
  1084. #
  1085. # mbox fwdinfo "Roseville"
  1086. # mbox haddress n8fow.#semi.mi.usa.na
  1087. # mbox header on
  1088. # mbox qth "NOS"
  1089. # mbox zip 48066
  1090. #
  1091. #
  1092. # If you're a BBS forwarding a bulletin to me with NO BID then I DON'T want
  1093. # your message!
  1094. #
  1095. # mbox nobid off
  1096. #
  1097. #
  1098. # No-activity and mailbox forwarding timers.
  1099. #
  1100. mbox tdisc 1800
  1101. # mbox timer 4350
  1102. #
  1103. #
  1104. mbox attend on
  1105. # mbox nrid on
  1106. # mbox convers on
  1107. #
  1108. #
  1109. # I don't want the UHF port to show up in the P)orts display in the
  1110. # mailbox if I'm still testing things.  Can be used to hide a backbone
  1111. # or BBS only channel.
  1112. #
  1113. # mbox hideport ax1
  1114. #
  1115. #
  1116. # The 'MAIL for' beacon.  Exclude the following areas from the beacons
  1117. # and only allow 'MAIL for' beacons on port ax1.
  1118. #
  1119. # mbox mailfor exclude bbs wb8h n8fow north south east west nts newmail
  1120. # mbox mailfor 1800
  1121. # mbox mport ax1 on
  1122. #
  1123. #
  1124. # Tell the users of new mail in the different areas. Ask users if they
  1125. # are sure that they want to send a message after the ^Z or /EX is given.
  1126. # Don't include SMTP headers when doing W0RLI style forwarding, use the
  1127. # R: line headers instead. (Amazing how we drop a real 'standard' for
  1128. # such a non-standard amateur system!)
  1129. #
  1130. # mbox newmail on
  1131. mbox sendquery on
  1132. # mbox smtptoo on
  1133. #
  1134. mbox secure off
  1135. # mbox trace on
  1136. source /etc/password
  1137. #
  1138. third-party on
  1139. #
  1140. #------------------------------------------------------------------------------
  1141. #
  1142. #      --- Message handling ---
  1143. #
  1144. # /* Bulletin information */
  1145. #
  1146. # Check forwarding file (/spool/forward.bbs) to see who we forward to and use
  1147. # the origination date and return address in the R: line of received messages.
  1148. #
  1149. # bulletin check on
  1150. # bulletin date on
  1151. # bulletin return on
  1152. # bulletin loophold 2
  1153. #
  1154. #
  1155. # /* Expiration */
  1156. #
  1157. # Every 24 hours delete BIDS that are 20 days old and delete old messages
  1158. # according to the expiration in the /spool/expire.dat file.#
  1159. #
  1160. # oldbid 24 20
  1161. # expire 24
  1162. #
  1163. #
  1164. # /* Timed execution */
  1165. #
  1166. # Since the 'at' command gets flushed after execution, I read in an
  1167. # external file that contains the commands. After the desired commands
  1168. # are executed, the final command is one that contains the original
  1169. # AT command so that it may be reexecuted again at another time.
  1170. #
  1171. # To run DOS commands or programs, use the /c switch with the shell
  1172. # command.  ex:  at now+98 "! /c pkzip -m \logfiles logfile mail.log"
  1173. #
  1174. #   rdate.now    ->   (sets the computer clock using the time protocol)
  1175. #   forward.now  ->   (does a mailbox forward at 52 minutes after the hour)
  1176. #   oldbid.now   ->   (forced deletion of old BIDS regardless of timer)
  1177. #   expire.now   ->   (forced deletion of messages regardless or timer)
  1178. #   nntp-exp.now ->   (deletion of NNTP server messages)
  1179. #   nntpkick.now ->   (forced nntp kick)
  1180. #   shutdown.##  ->   (system shutdown messages)
  1181. #   exit         ->   (exit NOS after 99 hours of continuous operation)
  1182. #
  1183. # at 1201 "source /etc/rdate.now"
  1184. # at 0900 "source /etc/forward.now"
  1185. # at 1205 "source /etc/oldbid.now"
  1186. # at 1000 "source /etc/expire.now"
  1187. # at 0945 "source /etc/nntp-exp.now"
  1188. # at 1030 "source /etc/nntpkick.now"
  1189. # at now+9850 "source /etc/shutdown.10"
  1190. # at now+9855 "source /etc/shutdown.5"
  1191. # at now+9859 "source /etc/shutdown.1"
  1192. # at now+9900 "source /etc/exit"
  1193. #
  1194. #------------------------------------------------------------------------------
  1195. #
  1196. #      --- Terminal ---
  1197. #
  1198. echo accept
  1199. eol standard
  1200. prompt on
  1201. session swap file
  1202. #
  1203. #
  1204. # /* History buffer */
  1205. #
  1206. # Number of commands saved in the history buffer (command recall).
  1207. #
  1208. history 20
  1209. #
  1210. #
  1211. # /* Function keys */
  1212. #
  1213. # F1 through F5 are reserved for sessions.
  1214. # F6 issues a split screen AX25 connect to the WB8H BBS.
  1215. # F7 issues a split screen telnet to my local conference node.
  1216. # F8 sends my callsign and name for logging into systems.
  1217. # Alt-F1 turns attend flags on.
  1218. # Alt-F2 turns attend flags off.
  1219. # Alt-F9 shell to DOS.
  1220. # Alt-F10 exit NOS.
  1221. #
  1222. fkey 64 "~split ax0 wb8h\n"
  1223. fkey 65 "~ttylink wsu1 convers\n"
  1224. fkey 66 "n8fow\nron\n"
  1225. fkey 104 "~attend on\nmbox attend on\n"
  1226. fkey 105 "~attend off\nmbox attend off\n"
  1227. fkey 112 "~!\n"
  1228. fkey 113 "~exit\n"
  1229. #
  1230. #------------------------------------------------------------------------------
  1231. #
  1232. #      --- Misc ---
  1233. #
  1234. # /* Additional drive */
  1235. #
  1236. #   Normally this is used for the Buckmaster CD ROM. Since I don't have a
  1237. #   CD ROM on this computer, I define an additional drive that I would like
  1238. #   to be able to use with NOS to FTP into.
  1239. #
  1240. # cdrom u:
  1241. #
  1242. #
  1243. # /* Callbook server */
  1244. #
  1245. # Buckmaster CD ROM or SAM callbook database:
  1246. # Define remote system running the callbook server.
  1247. #
  1248. callserver2 hostname pcoej.ampr.org
  1249. #
  1250. #
  1251. # Internet callbook server:
  1252. #
  1253. # callserver 128.205.32.2 2000
  1254. #
  1255. #
  1256. # /* FTP  */
  1257. #
  1258. # Disconnect an FTP after 10 minutes is there is no activity
  1259. # during a non-transfer (ex: waiting at the ftp> prompt).
  1260. #
  1261. ftptdisc 600
  1262. ftype image
  1263. #
  1264. # Use LZW compression on ftp.
  1265. #
  1266. ftpclzw on
  1267. ftpslzw on
  1268. #
  1269. #
  1270. # /* Time */
  1271. #
  1272. # Set this computers clock (with a time offset) from another system running
  1273. # the Time protocol server.
  1274. #
  1275. # rdate offset +5
  1276. # rdate server 44.102.40.24
  1277. #
  1278. #
  1279. # Load password for remote udp port and serial terminal server.
  1280. #
  1281. source /etc/remote
  1282. #
  1283. #
  1284. # /* Logfile */
  1285. #
  1286. # Log all activity on my system.
  1287. #
  1288. log on
  1289. #
  1290. #
  1291. # /* Attend */
  1292. #
  1293. # I'm here!
  1294. #
  1295. attended on
  1296. #
  1297. #<eof>
  1298.